- ds
- The data set to read the information from.
Visual Basic (Declaration) | |
---|---|
<ExtensionAttribute()> Overloads Public Shared Function Get(Of T)( _ ByVal ds As DicomDataSet _ ) As T |
Visual Basic (Usage) | Copy Code |
---|---|
Dim ds As DicomDataSet Dim value As T value = DicomExtensions.Get(Of T)(ds) |
C# | |
---|---|
[ExtensionAttribute()] public static T Get<T>( DicomDataSet ds ) |
C++/CLI | |
---|---|
[ExtensionAttribute()] public: static T^ Getgeneric<typename T> ( DicomDataSet^ ds ) |
Parameters
- ds
- The data set to read the information from.
Type Parameters
- T
- The type of data to get from the DICOM dataset.
Return Value
A new instance of T with the information from the DICOM dataset.For an example refer to ElementAttribute
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7